Returns the dot-product of two vectors. v1.Dot(v2) is proportional to the cosine of the angle between v1 and v2.
Syntax |
|---|
|
result = Vector3D.Dot( vec ) |
Parameters |
|
|---|---|
|
vec |
Vector3D |
Return Value |
|
|---|---|
|
Result |
|
Notes
Returns a Double.
Vector3D.Dot Function